Contribution org.nuxeo.ecm.platform.wi.auth.config--specificChains
In component org.nuxeo.ecm.platform.wi.auth.config
org.nuxeo.ecm.platform.wi.auth.config
inside nuxeo-platform-wi-backend-5.8.jar
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="WSS">
<urlPatterns>
<url>(.*)/_vti_.*</url>
</urlPatterns>
<headers>
<header name="User-Agent">MSFrontPage.*</header>
</headers>
<replacementChain>
<plugin>DIGEST_AUTH</plugin>
<plugin>WEBDAV_BASIC_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
<specificAuthenticationChain name="WebDAV_Root">
<headers>
<header name="User-Agent">(Microsoft-WebDAV-MiniRedir|DavClnt|litmus|gvfs|gnome-vfs|davfs|WebDAV|cadaver|BitKinex|GoodReader|DataAccess|iWorkHTTPKit).*</header>
</headers>
<replacementChain>
<plugin>DIGEST_AUTH</plugin>
<plugin>WEBDAV_BASIC_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>